'Declaration <DefaultMemberAttribute("Item")> Public Class BindingsList(Of T As BindingInfo) Inherits ListBase(Of T)
'Usage Dim instance As BindingsList(Of T)
[DefaultMember("Item")] public class BindingsList<T> : ListBase<T> where T: BindingInfo
'Declaration <DefaultMemberAttribute("Item")> Public Class BindingsList(Of T As BindingInfo) Inherits ListBase(Of T)
'Usage Dim instance As BindingsList(Of T)
[DefaultMember("Item")] public class BindingsList<T> : ListBase<T> where T: BindingInfo
System.Object
Xceed.Wpf.Toolkit.Chart.ListBase<T>
Xceed.Wpf.Toolkit.Chart.BindingsList<T>
Name | Description | |
---|---|---|
![]() | BindingsList<T> Constructor | Initializes a new instance of the BindingsList<T> class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of items in the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | IsReadOnly | Gets whether the ListBase is read-only. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | Item | Retrieves or assigns an item in a collection. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
Name | Description | |
---|---|---|
![]() | Add | Overridden. Adds an object to the BindingsList |
![]() | AddRange | Overridden. Adds an array of items to the end of the BindingsList. |
![]() | Clear | Overridden. Removes all items from the BindingsList. |
![]() | Contains | Determines whether an element is in the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | CopyTo | Copies the entire ListBase to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | GetEnumerator | Returns an enumerator that iterates through the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | IndexOf | Determines the index of a specific item in the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | Insert | Overridden. Inserts an item to the BindingsList at the specified index. |
![]() | Remove | Overridden. Removes the first occurrence of a specific object from the BindingsList. |
![]() | RemoveAt | Overridden. Removes the element at the specified index of the BindingsList. |
![]() | ToArray | Copies the elements of the ListBase to a new array. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
Name | Description | |
---|---|---|
![]() | GetCount | Returns the number of elements actually contained in the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | OnBeforeListChanged | Called before a list is modified, raising the BeforeListChanged event. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | OnListChanged | Called after a list has been modified, raising the ListChanged event. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
Name | Description | |
---|---|---|
![]() | BeforeListChanged | Raised before the list is changed. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | ListChanged | Raised after the list is changed. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2